BODY {
    /*background-image: url(BackGround.jpg);*/
    font: x-small Verdana, Arial, sans-serif;
    font-size: 10;
    margin-left: 0;
    margin-top: 0;
}

A {
    color: Blue;
}

    A:hover {
        color: Maroon;
        font-weight: bolder;
    }

.MainPageSectionTitle {
    font-size: 80%;
    font-weight: bold;
    color: Navy;
}

.ProfileTitle {
    font-size: medium;
}

.Parameters {
    font-size: 70%;
}

.ParametersPM {
    font-size: 65%;
}

.Login_BkColor {
    background-color: #FFFF99;
    font-family: "Arial";
    font-size: 70%;
}

.Table {
    border-color: Blue;
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 10px;
}

.Table_Title {
    font-weight: bold;
    font-size: 70%;
}

.Table_Header, #gvInsp th {
    background-color: #264278;
    color: #FFFFFF;
    font-family: "Arial";
    font-size: 70%;
    font-weight: bold;
}

.Table_Item {
    font-family: "Arial";
    font-size: 70%;
}

.Table_AlternatingItem {
    background-color: #FFFF99;
    font-family: "Arial";
    font-size: 70%;
}

.Table_ActiveItem, #gvInsp tr:hover {
    font-size: 70%;
    color: #000000;
    font-family: "Arial";
    background-color: #f0e68c;
}

.Table_Footer {
    background-color: #264278;
    font-family: "Arial";
    font-size: 70%;
    font-weight: bold;
    color: #FFFFFF;
}

.Table_Pager {
    font-family: "Arial";
    font-size: 70%;
    font-weight: bold;
}

.Table_SSubTotal {
    background-color: lightblue;
    font-family: "Arial";
    font-size: 70%;
    font-weight: bold;
    color: #FFFFFF;
}

.Table_SSSubTotal {
    background-color: blue;
    font-family: "Arial";
    font-size: 70%;
    font-weight: bold;
    color: #FFFFFF;
}

.Table_Warning {
    background-color: Red;
    font-family: "Arial";
    font-size: 70%;
    font-weight: bold;
    color: #FFFFFF;
}


.Table_FlaggedArea {
    background-color: SandyBrown;
    color: #000000;
    font-family: "Arial";
}

.MiniTable {
    border-color: Blue;
    border-collapse: collapse;
    font-size: 60%;
}

.MiniTable_Header {
    background-color: #264278;
    color: #FFFFFF;
    font-family: "Arial";
    font-size: 60%;
    font-weight: bold;
}

.MiniTable_Item {
    font-family: "Arial";
    font-size: 60%;
}

.MiniTable_AlternatingItem {
    background-color: #FFFF99;
    font-family: "Arial";
    font-size: 60%;
}

.MiniTable_Footer {
    background-color: #264278;
    font-family: "Arial";
    font-size: 60%;
    font-weight: bold;
    color: #FFFFFF;
}

.SmallText {
    font-family: "Arial";
    font-size: 10px;
}

.MediumText {
    font-family: "Arial";
    font-size: 14px;
}

.NormalText {
    font-family: "Arial";
    font-size: 80%;
}

.Button {
}

.TextBox {
}

.Site_Header {
}

.ErrorMessage {
    color: Red;
}

.Date {
    font-size: 10;
    font: Arial;
}

.AppMainTitle {
    font-size: medium;
    color: Black;
    text-align: left;
}

.Table_Header A {
    color: White;
}

    .Table_Header A:hover {
        color: Yellow;
    }

.Table_Footer A {
    color: White;
}

    .Table_Footer A:hover {
        color: Yellow;
    }

table tr.separator {
    height: 4px;
}

select {
    font-size: 13px !important;
    font-family: Arial !important;
}
